
*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%; 
    height: 100%;
}
body{   
    background: #fff;
}
.main{

    background-image: url("../../../images/common/basic/bg0.jpg");
    background-repeat: no-repeat;

    display: flex;
    justify-content: center  left: 0;
  width:100%;
  height:100%;
  min-width: 1000px;
  z-index:-10;
  zoom: 1;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}

.logo-box{
    margin-bottom: 10%;
}

.box{ 
    background-color:rgba(255,255,255,0.8);
    border-radius:8px;
    display: flex;
    background-size: 100% 100%;
    position: absolute;
    width: 450px; 
    height: 500px; 
    margin: auto; 
    top: 0;
    left: 0; 
    bottom: 0; 
    right: 0; 
    overflow-x: hidden; 
    overflow-y: hidden;
    box-shadow: 3px 3px 10px 2px #c1c7c6;
}

.box .box-left{ 
    background-size: 100% 80%;
    background-repeat: no-repeat;
    width: 14%;
}
.box .box-right{
    width: 72%;

    margin-top:12%;
}




.box-right .input-box{ 
    width: 86%;
    margin: 0 auto;
    margin-top: 10%;
    border-bottom: 1px solid rgba(134,134,134,0.3);
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 2%;

}
.input-box span{
    padding-right: 6%;
    border-right: 1px solid rgba(201,202,202,1);
    margin-right: 2%;
    color:rgba(134,134,134,1);
    font-weight: bold;
}
.input-box input{
    outline: none;
    border: none;
    width: 53%;
    background: rgba(255,255,255,0);
}
.input-box img{
    width: 48px;
    display: inline;
    margin-right: 2%;
}
.input-box i{
    color:rgba(134,134,134,1);
    font-weight: bold;
}
.box-right .check{
    color:rgba(134,134,134,1);
    font-size: 14px;
    margin-top: 22px;
    padding-left: 7%;
    display: flex;
    align-items: center;
    font-family:PingFang SC;
}
.box-right .check>input{
    background: #fff!important;
    width: 26px;
    height: 14px;
}
.box-right .check span{
    margin-left: 1%;
    line-height: 0px;
}
.box-right button{
    display: block;
    outline: none;
    border: none;
    background:#1caf9a;
    border-radius:6px;
    width: 38%;
    padding-top: 2%;
    padding-bottom: 2%;
    margin: 0 auto;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(254,254,254,1);
    margin-top:22px;
}
.box-right button:hover{
    background:#008080;}

.logintj button{float: left;margin-left:25px;}

.tont{float:right}
.font{float: left;}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-size: 14px;
    line-height: 14px;
  }

  .boc{
    width: 100%;
    height: 100%;
    background-image: url("../../../images/common/basic/fang.png");
    display: flex;
}
















